home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / gfx / fract / lfracs.lha / LFracs-Source.lha / LFracs-Source / IoFuncs.h < prev    next >
C/C++ Source or Header  |  1996-12-09  |  221b  |  9 lines

  1. /* IoFuncs.h */
  2.  
  3. #include <devices/printer.h>
  4. #include <clib/alib_protos.h>
  5.  
  6. BOOL win_print(struct Window *win,
  7.                UWORD left, UWORD top, UWORD width, UWORD height,
  8.                USHORT size, USHORT yscale);
  9.